home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / Imagicians / config / help / color.help (.txt) next >
Text File  |  1994-06-22  |  6KB  |  149 lines

  1.  
  2.  
  3.     Color Panel
  4.  
  5.  
  6. .LANGUAGE english English anglais
  7.  
  8.     Help for the Color Panel
  9.     ****************************
  10.  
  11. The Color Panel Dialog Box consists of a row of 5 Panel View Buttons at the top
  12. and 4 Buttons across the bottom of its window:
  13.  
  14.     ------------------------------------
  15.     [Gam]    [Rot]    [Lin]    [Edit]    [Perm]
  16.     ------------------------------------
  17.  
  18.     ------------------------------------
  19.     [Transmogrify]   [Close]                  [Help]
  20.     ------------------------------------
  21.  
  22. The top 5 buttons determine whether or not each of 5 corresponding SubPanels
  23. is displayed. This allows the screen real estate used by the Color Panel to be
  24. kept to a minimum by user selections. The use of each of these 5 SubPanels, and
  25. the 3 buttons at the bottom of the Panel, is given below:
  26.  
  27. "Gamma values" Sliders and the 3 "Couple" Toggle Buttons
  28.  
  29.     These three sliders control the R, G and B Gamma lookup tables. The
  30.     starting values of 170 correspond to gamma values of 1.0 the linear ramp
  31.     which makes no changes between the image values and the values used to
  32.     control the screen colors. Values greater than 170 bleach the colors;
  33.     values less than 170 produce interesting surprises.
  34.  
  35.     The 3 "Couple" Toggles allow you to Couple the sliders so that if you
  36.     select one of the Coupled sliders, the rest of them move simultaneously,
  37.     to speed up multiple color changes; an unCoupled slider will be ignored,
  38.     unless selected directly, in which case it will move by itself.
  39.  
  40. "Rotate Gamma Tables" Sliders and the 3 "Couple" Toggle Buttons
  41.  
  42.     These three sliders also control the R, G and B Gamma lookup tables, but
  43.     they simply take the table(s) and rotate or barrel  shift the values up or
  44.     down the table so that the end values wrap around and re-enter at the the
  45.     opposite end.
  46.  
  47.     The 3 "Couple" Toggles allow you to Couple the sliders so that if you
  48.     select one of the Coupled sliders, the rest of them move simultaneously,
  49.     to speed up multiple color changes; an unCoupled slider will be ignored,
  50.     unless selected directly, in which case it will move by itself.
  51.  
  52. "Linearize Gammas" Buttons
  53.  
  54.     These 4 buttons force the selected R, G or B table(s) to contain a linear
  55.     ramp with values from 0 to 255. The default setting consists of 3 linear
  56.     ramps.
  57.  
  58. "Invert Gammas" Buttons
  59.  
  60.     These 4 buttons load each of the selected R, G or B table with a new
  61.     ramp of values containing, in any entry, the value 255 - i, where i was
  62.     the old value. Two Inversions of a table will restore the original table.
  63.  
  64. "Edit RGB value" Panel
  65.  
  66.     This panel contains several widgets which allow you to edit specific colors
  67.     within the image itself, as opposed to altering colors via the Color
  68.     Map. The process involves these steps (Note: you MUST use the Color Panel
  69.     corresponding to the WW containing the image you are about to edit):
  70.  
  71.     Select a "Current" Color
  72.  
  73.         Use the LEFTMOUSE Button to select the color you wish to edit
  74.         in the Work Window image. That color will be displayed in the
  75.         "New" display field.
  76.  
  77.     [Optional] Set the "Tolerance"
  78.  
  79.         The Tolerance field has a default setting of 3 (determined by
  80.         a user-editable Resource file value). Edit this value if you
  81.         wish to alter a broader or narrower spectrum of colors. See
  82.         the explanation of the "Apply" button for more on "Tolerance".
  83.  
  84.     Create a "New" Color
  85.  
  86.         Use the R, G & B Sliders to create a "New" color patch. The
  87.         numbers at the right hand end of the sliders show the actual
  88.         R, G & B pixel values for the color in "New". You can keep
  89.         changing the "New" color and selecting Apply (and, optionally,
  90.         changing Tolerance) to make a series of changes to the same
  91.         pixel selection. Note: if your alterations cause a "New"
  92.         color to become equal some other previous color in the image,
  93.         the two sets of image pixels will not be distinguishable
  94.         thereafter.
  95.  
  96.     "Apply" Button
  97.  
  98.         Selecting this button causes all the pixels in the image that have
  99.         color values in the range (where: t = "Tolerance" and R, G, B are
  100.         the "Current" values):
  101.  
  102.             (R - t, R + t),  (G - t, G + t),  (B - t, B + t)
  103.  
  104.         to be changed to: R_New,  G_New,  B_New.
  105.  
  106.         NOTE: these types of editing changes cannot be reproduced by
  107.         recomputing the image. The edited image must be saved by a
  108.         Work Window Drag & Drop to a Film Strip, which can then be
  109.         Saved to disk.
  110.  
  111. "Byte/gun map" 9-Button Matrix
  112.  
  113.     This matrix of 9 buttons, arranged as a matrix of Toggle Buttons,
  114.     permits the user to select how the R, G & B byte components (in the
  115.     image in RAM) are to be mapped into the frame buffer (which determines 
  116.     the order in which the colors are fed to the CRT's guns, hence the label:
  117.     "Byte/gun"). 
  118.  
  119.     If 3 buttons are selected from the same row, a black & white image of
  120.     the selected color component of the RAM array is produced. Notice that the
  121.     image takes longer to refresh if the mapping is not R->R, G->G and B ->B,
  122.     because of the time taken to swap the bytes as the image rows are written
  123.     from RAM to the frame buffer.
  124.  
  125. "Transmogrify" Button
  126.  
  127.     Recomputes the color values in the image so that the new values,
  128.     in conjunction with linear gamma ramps and a default Byte/gun mapping,
  129.     produce the original image. This locks the current colors into an image
  130.     without requiring the User Interface colors to be altered. Transmogrify
  131.     takes place automatically in a Larger-than-CRT image under the Work 
  132.     Window "Compute image to file" command.
  133.  
  134. "Close" Button
  135.  
  136.     Closes this Color Panel.
  137.  
  138. "Help" Button
  139.  
  140.     Opens this text window.
  141.  
  142.  
  143.  
  144.  
  145. .LANGUAGE french French Francais 
  146.  
  147.     C'est le help pour la Color Panel
  148.  
  149.